home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libruby1.8 / README < prev    next >
Text File  |  2008-09-19  |  4KB  |  96 lines

  1. English.rb    lets Perl'ish global variables have English names
  2. Env.rb        loads importenv.rb
  3. README        this file
  4. base64.rb    encodes/decodes base64 (obsolete)
  5. benchmark.rb    a benchmark utility
  6. cgi-lib.rb    simple CGI support library (old style)
  7. cgi.rb        CGI support library
  8. cgi/session.rb    CGI session class
  9. complex.rb    complex number support
  10. csv.rb        CSV parser/generator
  11. date.rb        date object
  12. date/format.rb    date parsing and formatting
  13. date2.rb    date object (obsolete; use date)
  14. debug.rb    ruby debugger
  15. delegate.rb    delegates messages to other object
  16. drb.rb        distributed Ruby
  17. e2mmap.rb    exception utilities
  18. erb.rb        tiny eRuby library
  19. eregex.rb    extended regular expression (just a proof of concept)
  20. fileutils.rb    file utilities
  21. finalize.rb    adds finalizer to the object
  22. find.rb        traverses directory tree
  23. forwardable.rb    explicit delegation library
  24. ftools.rb    file tools
  25. getoptlong.rb    GNU getoptlong compatible
  26. getopts.rb    parses command line options (use getoptlong)
  27. gserver.rb    general TCP server
  28. importenv.rb    imports environment variables as global variables
  29. ipaddr.rb    defines the IPAddr class
  30. irb.rb        interactive ruby
  31. jcode.rb    Japanese text handling (replace String methods)
  32. logger.rb    simple logging utility
  33. mailread.rb    reads mail headers
  34. mathn.rb    extended math operation
  35. matrix.rb    matrix calculation library
  36. monitor.rb    exclusive region monitor for thread
  37. mutex_m.rb    mutex mixin
  38. net/ftp.rb    ftp access
  39. net/http.rb    HTTP access
  40. net/imap.rb    IMAP4 access
  41. net/pop.rb    POP3 access
  42. net/protocol.rb    abstract class for net library (DO NOT USE)
  43. net/smtp.rb    SMTP access
  44. net/telnet.rb    telnet library
  45. observer.rb    observer desing pattern library (provides Observable)
  46. open-uri.rb    easy-to-use network interface using URI and Net
  47. open3.rb    opens subprocess connection stdin/stdout/stderr
  48. optparse.rb    command line option analysis
  49. ostruct.rb    python style object
  50. parsearg.rb    argument parser using getopts
  51. parsedate.rb    parses date string (obsolete)
  52. pathname.rb    Object-Oriented Pathname Class
  53. ping.rb        checks whether host is up, using TCP echo.
  54. pp.rb        pretty print objects
  55. prettyprint.rb    pretty printing algorithm
  56. profile.rb    runs ruby profiler
  57. profiler.rb    ruby profiler module
  58. pstore.rb    persistent object strage using marshal
  59. racc/parser.rb    racc (Ruby yACC) runtime
  60. rational.rb    rational number support
  61. rdoc    source-code documentation tool
  62. readbytes.rb    define IO#readbytes
  63. resolv-replace.rb    replace Socket DNS by resolve.rb
  64. resolv.rb    DNS resolver in Ruby
  65. rexml        an XML parser for Ruby, in Ruby
  66. rubyunit.rb    original Ruby Unit testing framework
  67. scanf.rb    scanf for Ruby
  68. set.rb        defines the Set class
  69. shell.rb    runs commands and does pipeline operations like shell
  70. shellwords.rb    split into words like shell
  71. singleton.rb    singleton design pattern library
  72. soap        SOAP 1.1 implementation
  73. sync.rb        2 phase lock
  74. tempfile.rb    temporary file with automatic removal
  75. test/unit    Ruby Unit Testing Framework
  76. thread.rb    thread support
  77. thwait.rb    thread syncronization class
  78. time.rb        RFC2822, RFC2616, ISO8601 style time formatting/parsing
  79. timeout.rb    provides timeout
  80. tmpdir.rb    retrieve temporary directory path
  81. tracer.rb    execution tracer
  82. tsort.rb    topological sorting
  83. un.rb        Utilities to replace common UNIX commands in Makefiles etc
  84. uri.rb        URI support
  85. uri/ftp.rb    ftp scheme support
  86. uri/http.rb    http scheme support
  87. uri/https.rb    https scheme support
  88. uri/ldap.rb    ldap scheme support
  89. uri/mailto.rb    mailto scheme support
  90. weakref.rb    weak reference class
  91. webrick.rb    WEB server toolkit
  92. wsdl        WSDL 1.1 implementation
  93. xmlrpc        XML-RPC implementation
  94. xsd        XML Schema Datatypes implementation
  95. yaml.rb        YAML implementation
  96.